home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_8272.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  202 lines

  1. -- card: 8272 from stack: in.0-6
  2. -- bmap block id: 8649
  3. -- flags: 0000
  4. -- background id: 9237
  5. -- name: printReportSample.3
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   lock screen
  9.   hideFlds 2
  10.   hide btn "new item"
  11.   show btn "mask"
  12.   unlock screen
  13.   pass closeCard
  14. end closeCard
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 01
  19. -- high flags: 2004
  20. -- rect: left=168 top=266 right=334 bottom=495
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 174
  25. -- text size: 14
  26. -- style flags: 0
  27. -- line height: 14
  28. -- part name: 
  29. ----- HyperTalk script -----
  30. on mouseUp
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=449 top=300 right=329 bottom=487
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 5233 / 5233
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: returnArrow
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual zoom close
  50.   go cd "multiple reports" of stack "Intro to HyperCard 2.0"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: 0001
  58. -- rect: left=58 top=60 right=88 bottom=203
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: textmask1
  67.  
  68.  
  69. -- part 6 (button)
  70. -- low flags: 00
  71. -- high flags: 0001
  72. -- rect: left=57 top=96 right=145 bottom=254
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: textmask2
  81.  
  82.  
  83. -- part 7 (button)
  84. -- low flags: 00
  85. -- high flags: 0001
  86. -- rect: left=57 top=58 right=90 bottom=204
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: mask
  95.  
  96.  
  97. -- part 3 (button)
  98. -- low flags: 00
  99. -- high flags: 2000
  100. -- rect: left=44 top=52 right=154 bottom=268
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Info 1
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   lock screen
  112.   showFld
  113.   show btn "new item"
  114.   unlock screen
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 4 (field)
  120. -- low flags: 81
  121. -- high flags: 2004
  122. -- rect: left=272 top=35 right=258 bottom=501
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 0
  126. -- font id: 174
  127. -- text size: 14
  128. -- style flags: 0
  129. -- line height: 15
  130. -- part name: info 1
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   lock screen
  134.   hide me
  135.   hide cd btn "New Item"
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 8 (button)
  141. -- low flags: 80
  142. -- high flags: A002
  143. -- rect: left=336 top=224 right=247 bottom=453
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: New Item
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   lock screen
  155.   hide btn mask
  156.   hide me
  157.   hide cd fld "info 1"
  158.   show cd fld "info 2"
  159.   unlock screen
  160. end mouseUp
  161.  
  162.  
  163.  
  164. -- part 9 (field)
  165. -- low flags: 81
  166. -- high flags: 2004
  167. -- rect: left=274 top=41 right=203 bottom=495
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 0
  171. -- font id: 174
  172. -- text size: 14
  173. -- style flags: 0
  174. -- line height: 15
  175. -- part name: info 2
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   hide me
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part contents for card part 1
  184. ----- text -----
  185. After you have named your report, choose Report Items... from the Edit menu. This dialog box will appear‚Äîclick on the white box 
  186. to learn more about it. 
  187.  
  188.  
  189. -- part contents for card part 4
  190. ----- text -----
  191. This white box shows the actual printing size of the smaller boxes on the sample page in the Print Report dialog box.
  192.  
  193. Once you are in this dialog box, you select what exactly will print in your report, first by selecting New Item from the Items menu.
  194.  
  195. Click New Item here to see what will happen.
  196.  
  197.  
  198. -- part contents for card part 9
  199. ----- text -----
  200. Any time you are in this dialog box and select New Item from the Items menu, a dotted box will appear‚Äîthis represents the size of the actual item that will print, and is resizable (in the actual dialog box, but not here).
  201.  
  202. You can put as many items into the box as space will permit.